Skip to content

Conversation

fzhinkin
Copy link
Collaborator

@fzhinkin fzhinkin commented Jun 3, 2025

Speedup integration tests execution by:

  • enabling parallel test suite execution (also added an option to ignore JMH lock file, otherwise benchmarks won't run concurrently);
  • split the biggest suite into several classes to exploit parallel execution;
  • reduced iteration times for benchmarks;
  • switched to debug builds for test benchmarks to reduce compilation times.

As a result, on Windows (which is the slowest platform w.r.t. tests execution) build times were reduced by approximately 15 minutes.

@fzhinkin fzhinkin requested a review from ilya-g June 3, 2025 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant